home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Shareware World / Utilities / User Interface / Uli's Moose 2.0.5 / Docs / TN #1 - Apple Events < prev    next >
Text File  |  1999-05-11  |  2KB  |  49 lines

  1. Tech Note 1 - Apple Events
  2.  
  3. A short summary of all Apple Events supported by the Uli's Moose extension. If you intend to use AppleScript, you should instead consult the example files in the Goodies folder.
  4.  
  5. If you feel compelled to use the actual ID and class codes inside an AppleScript, e.g. to avoid clashes with other dictionaries, use the syntax <<event ClassID>>, e.g. write <<event MOOSTALK>> to speak one random phrase.
  6.  
  7. Core Events - Events every application supports
  8.  
  9. Class  ID     Does What
  10. ----------------------------------------------------------------------------------------
  11. aevt   quit   Quits the moose extension.
  12. aevt   oapp   Start up the moose extension.
  13.  
  14.  
  15. Moose Suite - Events specific to the Moos
  16.  
  17. Class  ID     Does What
  18. ----------------------------------------------------------------------------------------
  19. MOOS   TALK   Speak one random phrase.
  20. MOOS   MOOF   Disable the moose (i.e. keep it from talking until the next restart).
  21. MOOS   MOON   Enable the moose (i.e. undo disabling it).
  22. MOOS   MOOS   Cause the moose to reload its preferences and re-scan the phrases folder.
  23. MOOS   SLoc   Move the moose window to a location specified in global coordinates. The
  24.               direct parameter is a list with the 1st item the horz. coordinate and the
  25.               vert. coordinate in the second.
  26.  
  27.  
  28. Mouse Suite - events the Moose has in common with ZD's Talking Mouse
  29.  
  30. Class  ID     Does What
  31. ----------------------------------------------------------------------------------------
  32. L-18   spek   Speak the text passed in the direct parameter.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. (c) Copyright 1998 by M. Uli Kusterer, all rights rsvd.